/*公用变量*/
/*公用样式函数*/
/*标签*/
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
select,
button,
fieldset,
legend,
img,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
pre,
blockquote {
  margin: 0;
  padding: 0;
}
html {
  color: #333;
  background: #fff;
  font-size: 62.5%;
}
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.2em;
  font-family: 'Microsoft YaHei', SimSun, Verdana, Arial, sans-serif;
}
input {
  vertical-align: middle;
  margin-right: 3px;
}
img,
fieldset {
  border: 0;
  vertical-align: middle;
}
textarea {
  word-wrap: break-word;
  word-break: break-all;
  resize: none;
}
li {
  list-style: none;
}
img {
  border: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #19aa4b;
}
a:focus {
  outline: none;
}
/*位置*/
.fl {
  float: left;
}
.fr {
  float: right;
}
/*.clear { clear: both; }*/
.samewidth {
  width: 1200px;
  margin: 0 auto;
}
.color666 {
  color: #666;
}
.padding10 {
  padding: 0 10px;
}
.margin10 {
  margin: 0 10px;
}
.redStar {
  color: #cc0000;
  margin-right: 5px;
}
label.error {
  position: absolute;
  width: 100px;
  color: #ff0000;
  right: 0;
  top: 0;
}
.main {
  padding-bottom: 376px;
}
/*面包屑*/
.positionWrap {
  height: 39px;
  line-height: 39px;
  border-bottom: 1px solid #ededed;
}
.positionWrap .position {
  width: 1185px;
  margin: 0 auto;
  padding-left: 25px;
  height: 39px;
  line-height: 39px;
  font-size: 12px;
  background: url(../../images/pc/home.png) no-repeat 0 50%;
}
.positionWrap .position a {
  color: #333;
  text-decoration: none;
  font-size: 12px;
}
.positionWrap .position a:hover {
  color: #19aa4b;
}
.positionWrap .position span {
  color: #000;
  font-size: 12px;
}
.positionWrap .position .forGt {
  font-family: SimSun;
  margin-right: 8px;
}
/*头部*/
.head{
  padding-top:30px;
}
.headBar {
  height: 30px;
  line-height: 30px;
  background-color: #f6f4f4;
  position:fixed;
  left:0;
  top:0;
  z-index:50;
  width:100%;
}
.headBar .headAddr {
  position: relative;
  width: 180px;
  padding-left: 25px;
  color: #666;
  background: url(../../images/pc/icon1.png) left center no-repeat;
}
.headBar .headAddr span {
  cursor: pointer;
}
.headBar .headAddr img {
  margin-left: 5px;
  cursor: pointer;
}
.headBar .headAddrList {
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  width: 290px;
  padding: 20px 15px;
  z-index: 40;
}
.headBar .headAddrList .addrItem {
  float: left;
  /*width: 58px;*/
}
.headBar .headAddrList .addrItem a {
  float: left;
  padding: 0 5px;
  width:40px;
}
.headBar .loginWelcome {
  margin-left: 150px;
  color: #666;
}
.headBar .loginWelcome a {
  margin-left: 10px;
  color: #666;
}
.headBar .loginWelcome a:hover {
  color: #19aa4b;
}
.headBar .headLinks a {
  position: relative;
  float: left;
  padding: 0 8px;
  line-height: 14px;
  border-left: 1px solid #999797;
  margin-top: 8px;
  color: #666;
}
.headBar .headLinks a > img {
  margin-right: 8px;
}
.headBar .headLinks .erweima{
  margin-right:0;
  position:absolute;
  top:22px;
  left:0;
  z-index: 200;
  display: none;
}
.headBar .headLinks a:hover {
  color: #19aa4b;
}
.headBar .headLinks .erweimaWrap:hover .erweima{
display: block;
}
.headBar .headLinks a:first-child {
  border-left: none;
}
.headAdverties .advImg {
  display: block;
  height: 84px;
}
.headAdverties .samewidth {
  position: relative;
}
.headAdverties .closeAdv {
  position: absolute;
  top: -80px;
  right: 10px;
}
.headAdverties .closeAdv img {
  cursor: pointer;
}
.logoPart {
  margin-top: 27px;
}
.logoPart .searchPart {
  margin-left: 84px;
  margin-top: 11px;
}
.logoPart .searchPart .quickLinks {
  height: 20px;
  padding-left: 8px;
  margin-bottom: 9px;
}
.logoPart .searchPart .quickLinks span {
  display: block;
  line-height: 20px;
}
.logoPart .searchPart .linkItems {
  width: 310px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.logoPart .searchPart .linkItems a {
  padding: 0 2px;
}
.logoPart .searchPart .searchWrap {
  border: 1px solid #19aa4b;
  border-radius: 7px;
  height: 37px;
  line-height: 37px;
}
.logoPart .searchPart .searchWrap .searchType {
  position: relative;
  width: 90px;
  text-align: center;
  border-right: 1px solid #e9ebeb;
  font-size: 14px;
  cursor: pointer;
}
.logoPart .searchPart .searchWrap .searchType img {
  margin-left: 8px;
}
.logoPart .searchPart .searchWrap .searchType .searchSelect {
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  width: 90px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e9ebeb;
  border-radius: 5px;
  z-index: 20;
  background-color: #fff;
}
.logoPart .searchPart .searchWrap .searchInput {
  width: 310px;
  height: 37px;
  line-height: 37px;
  padding: 0 10px;
  border: none;
  outline: none;
  font-size: 12px;
  float: left;
}
.logoPart .searchPart .searchWrap .searchBtn {
  float: left;
  width: 78px;
  height: 38px;
  text-align: center;
  background-color: #19aa4b;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.logoPart .searchPart .searchWrap .searchBtn img {
  margin-right: 8px;
  margin-top: -2px;
}
.logoPart .imgPart {
  margin-left: 55px;
  margin-top: 16px;
}
.logoPart .imgPart a {
  float: left;
  width: 50px;
  cursor: default;
  text-align: center;
  margin-left: 10px;
}
.logoPart .imgPart a p {
  padding-top: 7px;
}
.logoPart .imgPart a:hover {
  color: #333;
}
.logoPart .goForCart {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  background-color: #19aa4b;
  margin-top: 38px;
  margin-right: 3px;
}
.logoPart .goForCart img {
  margin-right: 10px;
  margin-top: -2px;
}
.navPart {
  height: 48px;
  border-bottom: 3px solid #f4bc1c;
  margin-top: 33px;
}
.navPart .nav {
  font-size: 0;
  margin-left: 48px;
}
.navPart .nav a {
  display: inline-block;
  font-size: 18px;
  color: #666;
  line-height: 50px;
  padding: 0 43px;
}
.navPart .nav a:hover,
.navPart .nav a.on {
  color: #15843b;
}
.allKind {
  position: relative;
}
.allKind .allKindBtn {
  display: block;
  width: 190px;
  height: 48px;
  line-height: 48px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #19aa4b;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.allKind .slideNav {
  display: none;
  position: absolute;
  top: 48px;
  z-index: 25;
  border-top: 3px solid #f4bc1c;
}
.allKind .slideNav > li {
  width: 188px;
  height: 39.7px;
  line-height: 39px;
  background:url(../../images/pc/bg_green.png) center repeat;
  padding:1px;
}
.allKind .slideNav > li > a {
  display: block;
  color: #fff;
  font-size: 14px;
  padding-left: 75px;
  letter-spacing: 1px;
}
/* updated by qinzhongliang：分类列表一级分类的图标 */
.allKind .slideNav > li > s{float: left;display: block;width: 30px;height: 30px;background-size: 100%;margin-top: 4px;margin-left: 34px;}

.allKind .slideNav > li:hover {
  background: #fff none;
  border:solid 1px #19aa4b;
  border-right-color: #fff;
  margin-right: -1px;
  padding:0;
}
.allKind .slideNav > li:hover .righNav {
  display: block;
}
.allKind .slideNav > li:hover > a {
  color: #19aa4b;
  background-position: 25% -72px !important;
}
.allKind .slideNav .righNav {
  display: none;
  position: absolute;
  left: 189px;
  top: 0;
  border: 1px solid #19aa4b;
  background-color: #fff;
  padding: 10px 20px 20px;
  width: 245px;
  height: auto;
  z-index: -1;
}
.allKind .slideNav .righNav .subNavTitle {
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 22px;
  padding-bottom: 10px;
}
.allKind .slideNav .righNav .subNavTitle:hover,
.allKind .slideNav .righNav .subNavTitle.on {
  color: #19aa4b;
}
.allKind .slideNav .righNav > li {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 5px;
  padding-top: 5px;
}
.allKind .slideNav .righNav > li:first-child {
  padding-top: 0;
}
.allKind .slideNav .righNav > li:hover > a {
  color: #19aa4b;
}
.allKind .slideNav .righNav .navLinks {
  overflow: hidden;
  font-size: 0;
  line-height: 17px;
}
.allKind .slideNav .righNav .navLinks a {
  display: inline-block;
  font-size: 12px;
  color: #999;
  border-left: 1px solid #b2b2b2;
  padding: 0 5px;
  height: 15px;
  line-height: 15px;
  margin-left: -1px;
  width: 70px;
  overflow: hidden;
  text-align: center;
}
.allKind .slideNav .righNav .navLinks a:hover,
.allKind .slideNav .righNav .navLinks a.on {
  color: #19aa4b;
}
.allKind:hover .slideNav {
  display: block;
}
/*底部*/
.foot {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 376px;
  /* 这个值需要修改，值和.main 的padding-bottom一致 */
  clear: both;
}
.foot .footBar {
  height: 81px;
  background-color: #19aa4b;
}
.foot .footBar .samewidth {
  text-align: center;
}
.foot .footBar .samewidth a {
  cursor: default;
  display: inline-block;
  padding: 19px 70px;
}
.foot .footPart .footCenter {
  margin-top: 35px;
}
.foot .footPart .footTell .telephoneNum {
  background: url(../../images/pc/footCall.png) left center no-repeat;
  padding-left: 55px;
}
.foot .footPart .footTell .telephoneNum span {
  display: block;
  font-size: 16px;
}
.foot .footPart .footTell .telephoneNum p {
  font-size: 24px;
}
.foot .footPart .footTell .workTime {
  font-size: 12px;
  color: #999;
  padding-top: 10px;
  letter-spacing: .6px;
}
.foot .footPart .footLinks {
  font-size: 0;
  text-align: center;
  margin-left: 103px;
}
.foot .footPart .footLinks ul {
  display: inline-block;
  padding: 0 40px;
  vertical-align: top;
  *float: left;
}
.foot .footPart .footLinks ul li {
  font-size: 12px;
  color: #666;
  padding-left: 3px;
  line-height: 27px;
  text-align: left;
}
.foot .footPart .footLinks ul li:first-child {
  font-size: 14px;
  font-weight: bold;
  padding-left: 0;
  padding-bottom: 10px;
}
.foot .footPart .erweima {
  width: 100px;
  text-align: center;
}
.foot .footPart .erweima p {
  padding-top: 5px;
}
.foot .friendLinks {
  font-size: 0;
  text-align: center;
  border-top: 1px solid #e6e4e4;
  border-bottom: 1px solid #e6e4e4;
  margin-top: 25px;
}
.foot .friendLinks a {
  font-size: 12px;
  color: #666;
  display: inline-block;
  padding: 0 10px;
  line-height: 15px;
  margin: 12px 0;
  border-left: 1px solid #bdbdbd;
}
.foot .friendLinks a:first-child {
  border-left: none;
}
.foot .friendLinks a:hover {
  color: #19aa4b;
}
.foot .copyRight {
  text-align: center;
  line-height: 35px;
}
/*侧边导航*/
.rightFloat {
  position: fixed;
  top: 0;
  right: -310px;
  height: 100%;
  z-index: 100;
}
.rightFloat .leftBar {
  position: relative;
  width: 35px;
  height: 100%;
  background-color: #f1f1f1;
}
.rightFloat .leftBar .goTop {
  position: absolute;
  bottom: 0;
  left: 0;
}
.rightFloat .leftBar .goTop img{
  width: 100%;
}
.rightFloat .handelList li {
  position: relative;
  width: 35px;
  height: 34px;
  border: 1px solid #f1f1f1;
  border-bottom: 1px solid #dedede;
}
.rightFloat .handelList li:first-child {
  border-top: 1px solid #dedede;
}
.rightFloat .handelList li:hover,
.rightFloat .handelList li.on {
  border-color: #19aa4b;
  background-color: #fff;
}
.rightFloat .handelList li:hover a,
.rightFloat .handelList li.on a {
  background-position: center bottom;
}
.rightFloat .handelList li a {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.rightFloat .handelList li span {
  position: absolute;
  display: block;
  width: 140px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background-color: #19aa4b;
  color: #fff;
  font-size: 14px;
  top: -1px;
  left: 56px;
  z-index: -1;
  cursor: pointer;
}

.rightFloat .handelList li .rightCartShow {
  position: relative;
}
.rightFloat .handelList li .rightCartShow i {
  text-align: center;
  position: absolute;
  display: block;
  background-color: #ff0000;
  color: #fff;
  padding: 1px 2px;
  min-width: 14px;
  min-height: 4px;
  border-radius: 50%;
  left: 16px;
  top: 2px;
  font-size: 12px;
  font-style: normal;
  line-height: 15px;
}
.rightFloat .rightCart {
  position: relative;
  width: 310px;
  height: 100%;
  background-color: #fff;
}
.rightFloat .rightCart .rightCartTitle {
  background-color: #333;
  color: #fff;
  text-align: center;
  height: 43px;
  line-height: 43px;
}
.rightFloat .rightCart .rightCartTitle a {
  margin-left: 10px;
}
.rightFloat .rightCart .rightCartTitle span {
  margin-right: 10px;
  font-size: 14px;
}
.rightFloat .rightCart .rightCartTitle span img {
  margin-right: 8px;
}
.rightFloat .rightCart .rightCartHandel {
  padding: 10px;
}
.rightFloat .cartNull {
  font-size: 14px;
  text-align: center;
  padding-top: 60%;
}
.cartProList {
  margin: 0 10px;
}
.rightCartItem {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.rightCartItem:hover .rightProDes .rightCartNum a{
  display: block;
}
.rightCartItem .handel {
  width: 35px;
  text-align: center;
}
.rightCartItem .rightProDes {
  width: 183px;
}
.rightCartItem .rightProDes .cartProName {
  width: 115px;
  margin-left: 10px;
}
.rightCartItem .rightProDes .cartProName .proName {
  display: block;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.rightCartItem .rightProDes .rightCartNum {
  height: 20px;
  margin-top: 5px;
}
.rightCartItem .rightProDes .rightCartNum a {
  display: none;
  text-align: center;
  color: #19aa4b;
}
.rightCartItem .rightProDes .rightCartNum .rightCartInput {
  width: 25px;
  height: 20px;
  border: none;
  font-size: 12px;
  text-align: center;
  outline: none;
}
.rightCartItem .rightProDes .rightCartNum .numAdd {
  border-left: 1px solid #ccc;
}
.rightCartItem .rightProDes .rightCartNum .numDecrice {
  border-right: 1px solid #ccc;
}
/*.rightCartItem .rightCartPrice {
  font-weight: bold;
}
.rightCartItem .rightCartPrice span {
  font-family: Arial;
}*/
.rightCartItem .rightProDes .rightCartNum .rightCartPrice {
  width: 65px;
  border: 1px solid #ccc;
}
.rightCartItem .rightProDes .rightCartNum .rightCartPrice .sCartDes {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #ccc;
  border-right: 1px solid #ccc;
}
.rightCartItem .rightProDes .rightCartNum .rightCartPrice .sCartInput {
  width: 20px;
  height: 20px;
  border: none;
  text-align: center;
  font-size: 12px;
  outline: none;
}
.rightCartItem .rightProDes .rightCartNum .rightCartPrice .sCartAdd {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #ccc;
  border-left: 1px solid #ccc;
}
.rightCartMoney {
  margin: 10px 10px 0 10px;
}
.rightCartList {
/*  height: 620px;*/
  overflow: auto;
  z-index: 10;
}
.rightCartItem .sCartProNum .deleteOne {
  display: none;
  text-align: right;
  color: #19aa4b;
  margin-top: 34px;
  padding-right: 5px;
}
.rightCartItem .sCartProNum .deleteOne.show {
  display: block;
}
.rightCartMoney .leftMoney {
  font-size: 14px;
}
.rightCartMoney .rightMoney {
  color: #19aa4b;
  font-size: 14px;
}
.rightCartBtnWrap{
  width:292px;
  position: fixed;
  bottom:0;
}
.logoPart .goForCart span {
  display: block;
  position: absolute;
  background-color: #ff0000;
  color: #fff;
  padding: 2px 3px;
  font-size: 12px;
  min-width: 14px;
  min-height: 4px;
  border-radius: 50%;
  left: 108px;
  top: 2px;
  font-style: normal;
  line-height: 15px;
}

.goToPay {
  display: block;
  width: 98%;
  margin: 10px 1% 10px 1%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background-color: #19aa4b;
  color: #fff;
}
.goToPay:hover {
  color: #fff;
}
/*内页左侧导航*/
.leftBar {
  width: 171px;
}
.leftNavBox .title {
  font-size: 14px;
  color: #333;
  height: 38px;
  border: 1px solid #cdcdcd;
  background: #f2f2f2 url("../../images/pc/leftArrow.png") no-repeat 148px center;
  line-height: 38px;
  padding-left: 20px;
  margin-top: -1px;
}
.leftNavBox .titleOn {
  color: #666;
  background: #f2f2f2 url("../../images/pc/leftArrow.png") no-repeat 148px center;
  border-color: #ccc;
}
.leftSecNav {
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
.leftSecNav li a {
  display: block;
  padding-left: 20px;
  font-size: 12px;
  color: #333;
  height: 28px;
  line-height: 29px;
}
.leftSecNav li .on,
.leftSecNav li a:hover {
  color: #fff;
  background: #19aa4b;
}
.samePage {
  margin-top: 64px;
  margin-bottom: 64px;
}
.pageList {
  margin: 0 auto;
}
.pageList a,
.pageList span {
  float: left;
  margin-right: 10px;
  padding: 5px 8px;
  color: #000;
  border: solid 1px #dfdfdf;
}
.pageList a:hover,
.pageList span {
  color: #fff;
  border: solid 1px #19aa4b;
  background: #19aa4b;
}
/*和首页可公用产品列表*/
.commonProList {
  margin: 30px -5px 20px -5px;
}
.commonProList .proItem {
  position: relative;
  float: left;
  width: 230px;
  border: 1px solid #fff;
  padding-bottom: 10px;
  margin: 0 5px 30px 5px;
}
.commonProList .proItem:hover {
  border-color: #19aa4b;
}
.commonProList .proItem .proName {
  display: inline-block;
  height: 40px;
  line-height: 20px;
  margin: 15px 0 5px 0;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.subTitle{
  color:#19aa4b;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.commonProList .proItem .proSubName{
  height: 20px;
  line-height: 20px;
  margin: 5px 0;
  color:#19aa4b;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.commonProList .proItem .proPrice {
  padding: 5px 10px;
}
.commonProList .proItem .activePrice .sPrice {
  color: #e60019;
}
.commonProList .proItem .activePrice .proCart{
  position:relative;
  top:-3px;
  left:75px;
}
.commonProList .proItem .activePrice .sPrice span {
  font-size: 18px;
}
.commonProList .proItem .hotPro {
  position: absolute;
  top: 0;
  right: 0;
}
/*用户反馈弹窗*/
.userBackPop {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/pc/footLinkBg.png) left top repeat;
  z-index: 200;
}
.userBackPop .backInner {
  width: 860px;
  height: 330px;
  padding: 20px 20px 30px 20px;
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -165px;
  margin-left: -430px;
}
.userBackPop .backInner > img {
  cursor: pointer;
}
.userBackPop .askInner .askTitle {
  font-size: 22px;
  padding-bottom: 20px;
}
.userBackPop .askInner .askNotice {
  line-height: 23px;
}
.userBackPop .askInner .askText {
  margin-top: 15px;
  position: relative;
}
.userBackPop .askInner .askText .askLeft {
  font-size: 14px;
  font-weight: bold;
}
.userBackPop .askInner .askText textarea {
  width: 725px;
  height: 140px;
  padding: 10px;
  border: 1px solid #ccc;
}
.userBackPop .askInner .askText label.error {
  left: 74px;
  top: 170px;
}
.userBackPop .askInner .subMitBtn {
  text-align: center;
  margin-top: 20px;
}
.userBackPop .askInner .subMitBtn input {
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: SimSun;
  border: 1px solid #19aa4b;
  color: #19aa4b;
  background-color: #fff;
}
.userBackPop .askInner .subMitBtn input[type="submit"] {
  background-color: #19aa4b;
  color: #fff;
  margin-right: 20px;
}
/*分享弹窗*/
.sharePop {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/pc/footLinkBg.png) left top repeat;
  z-index: 20;
}
.sharePop .sharePopInner {
  position: fixed;
  width: 460px;
  height: 290px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  margin-left: -230px;
  margin-top: -145px;
  border: 1px solid #ccc;
}
.sharePop .sharePopInner .shareTitle {
  background-color: #888;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  color: #fff;
  font-size: 20px;
}
.sharePop .sharePopInner .linkInner {
  text-align: center;
  padding: 0 30px;
}
.sharePop .sharePopInner .linkInner a {
  display: block;
  font-size: 20px;
  color: #19aa4b;
  margin-top: 50px;
}
.sharePop .sharePopInner .linkInner p {
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  margin-top: 10px;
}
.sharePop .sharePopInner .linkInner input {
  width: 90px;
  height: 30px;
  line-height: 30px;
  background-color: #19aa4b;
  color: #fff;
  border: none;
  margin-top: 50px;
}


.pagination-form{display: inline-block;text-align: center;width:100%}
.pagination {
  display: inline-block;
  /*  width:100%;*/
  list-style: none;
  text-align: center;
  margin: 20px auto 30px;
}
.pagination:before,
.pagination:after {
  content: '';
  display: block;
  clear: both;
}
.pagination li {
  margin: 0;
  /*  padding: 0;*/
  float: left;
  display: inline-block;
}
.pagination li.firstPage span, .pagination li.firstPage a,
.pagination li.lastPage span, .pagination li.lastPage a{width:42px;}
.pagination li.pre,.pagination li.next{width:70px;}
.pagination li.pre,.pagination li.next{margin-right:10px}
.pagination li.pre a,.pagination li.next a,.pagination li.pre span,.pagination li.next span{width:72px}
.pagination li a,.pagination li span {
  /*padding: 3px 10px;*/
  width:24px;
  height:24px;
  line-height: 24px;
  text-align: center;
  margin-right: 6px;
  border: 1px solid #d6d6d6;
  display: inline-block;
  text-decoration: none;
}
.pagination li a {
  background-color: #fafafa;
}
.pagination .more span {
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.pagination input {
  width: 30px;
  height: 16px;
  line-height: 16px;
  margin: 0 5px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  text-align: center;
}
.pagination .btn {
  display: inline-block;
  min-width: 30px;
  margin-left: 10px;
  padding: 3px 15px;
  border: 1px solid #d6d6d6;
  line-height: 16px;
  text-align: center;
  background-color: #fafafa;
  cursor: pointer;
}
.pagination .active span,.pagination .disabled span {
  color:#ccc;
  background-color: #efefef;
}
.pagination li a:hover,.pagination .active span,.pagination .btn:hover {    /*background-color: #efefef;*/
  color: #fff;
  background-size: 100%;
  background-color:#19aa4b;
  border-color: #19aa4b;/*transparent*/;
}
/*# sourceMappingURL=base.css.map */